home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / new_file / falcon / plaympeg / plaympeg.lzh / history.txt next >
Text File  |  1995-01-08  |  2KB  |  47 lines

  1. PLAYMPEG (c) Martin GRIFFiths 1994.
  2.  
  3. Version History
  4. ---------------
  5.  
  6. v0.4
  7. - First release version, betatest -> lots of problems.
  8.  
  9. v0.5 (not released)
  10. - MPEG file detection added -> no trying to play text files now!
  11. - Bug causing an occasionally crash at the restart of an MPEG fixed!
  12. - 20% faster (due to complete rewrite of DSP IDCT), and over 30% in VGA.
  13. - 'No press any key prompt to start the MPEG', just a 3 second delay instead, (the registered
  14.   version has the delay removed).
  15. - Displays 'average frames per second' on exit. 
  16. - Now handles non-default intra matrix (stored within MPEG -> but very rare).
  17. - MPEG stream error checks added, can't crash due to errors in MPEG video stream.
  18.  
  19. v0.6
  20. - Lots check code and minor bug fixes (don't allow running on a mono monitor, file read errors etc).
  21. - Improvements in Huffman decoder, better DSP CPU parallelism - 5% speed increase.
  22.   (17.62 FPS on MJACKSON.MPG in VGA (greyscale) 12.83 fps full colour :-)
  23. - Hopefully restores screen mode correctly on exit = there were problems with screenblaster
  24.   (Please report if this is still not correct.)
  25. v0.65
  26. - Now skips non-intra frames, so it will play ALL Mpegs files, but obviously with 'jumps' between 
  27.   frametypes that are not supported.
  28. - Speed increase, (IDCT again :-). (MJACKSON.MPG is now 13.03 fps full colour).
  29. v0.66 
  30. - Restores screen resolution hardware registers directly, so it should FINALLY work with screenblaster, blowup
  31.   or any other wacky screen res enhancer you use this program with).
  32. v0.67
  33. - Supports higher res MPEGs (i.e. 352x240 etc) -> max res is now 480x384 (limit of true colour on VGA).
  34. - Some more tidying up of the error recovery code.
  35. v0.68 
  36. - No annoying .LOD file now,the DSP code is held within main binary :-).
  37. - End of MPEG detection improved. 
  38. - Grayscale version made 30% faster (removal of CR/CB IDCT).
  39.  
  40. v0.70
  41. - MPEGs are now played direct from hard-disk - almost no speed decrease.
  42. - screen save/restore tweaked.
  43.   
  44. To do:
  45.  
  46. - Command line options (double sized pixels, frame rate limiting etc),
  47.